func crypto/elliptic.p384PointFromAffine
6 uses
crypto/elliptic (current package)
p384.go#L58: _, ok := p384PointFromAffine(x, y)
p384.go#L62: func p384PointFromAffine(x, y *big.Int) (p *nistec.P384Point, ok bool) {
p384.go#L114: p1, ok := p384PointFromAffine(x1, y1)
p384.go#L118: p2, ok := p384PointFromAffine(x2, y2)
p384.go#L126: p, ok := p384PointFromAffine(x1, y1)
p384.go#L134: p, ok := p384PointFromAffine(Bx, By)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)